home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / bowling.swf / scripts / DefineButton2_329 / BUTTONCONDACTION on(release).as
Text File  |  2002-03-17  |  119b  |  9 lines

  1. on(release){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("preloading");
  5.       play();
  6.    }
  7.    gotoAndPlay(91);
  8. }
  9.